projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8aaa10
)
(xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
author
Kenichi Handa
<handa@m17n.org>
Fri, 10 Jul 2009 11:28:41 +0000
(11:28 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 10 Jul 2009 11:28:41 +0000
(11:28 +0000)
src/xftfont.c
patch
|
blob
|
history
diff --git
a/src/xftfont.c
b/src/xftfont.c
index 8a12b2f24cb43c2a34007849115fcf123be70adf..849d3f1b2c559339bcdb36e9ee2e8bfcf01ea3ff 100644
(file)
--- a/
src/xftfont.c
+++ b/
src/xftfont.c
@@
-256,7
+256,7
@@
xftfont_open (f, entity, pixel_size)
else if (EQ (key, QChintstyle))
{
if (INTEGERP (val))
- FcPatternAddInteger (pat, FC_
RGBA
, XINT (val));
+ FcPatternAddInteger (pat, FC_
HINT_STYLE
, XINT (val));
}
else if (EQ (key, QCrgba))
{